home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 January / Macworld (1998-01).dmg / Shareware World / Utilities / Data & Time Management / ProMaker-Utils-1.0.2 / Sample simple loop v2 < prev    next >
Text File  |  1997-07-14  |  293b  |  11 lines

  1. // a simple loop
  2.  
  3. Enter Browse Mode []
  4. Go to Layout [“Layout #1”]
  5. Perform Find [Restore]
  6. Go to Record/Request/Page [First]
  7. Loop
  8.    Paste Result [Select, “text field”, “"text data"”]
  9.    Exit Loop If [“Status(CurrentFoundCount) = 0”]
  10.    Go to Record/Request/Page [Exit after last, Next]
  11. End Loop